/* CSS Reset*/
html {font-family:"Microsoft YaHei","微软雅黑","宋体","SimSun",sans-serif;-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 14px;}
body {font-family:"Microsoft YaHei","微软雅黑","宋体","SimSun",sans-serif; margin: 0; color: #000; background-color: #fff; height: 100%;overflow-x: hidden; -webkit-overflow-scrolling: touch; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
a { background: transparent; text-decoration: none; color: #000;transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-webkit-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;}
a:active { outline: 0; }
a {-webkit-tap-highlight-color:rgba(0,0,0,0);}
b, strong { font-weight: bold; }
dfn { font-style:normal;}
img { border: 0; vertical-align: middle; }
* {
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        -webkit-tap-highlight-color: transparent; /* For some Androids */
        outline: none;
}
input,textarea,button { border: 0; margin: 0; padding: 0;}
textarea { resize: none;}
table { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0; }
h1, h2, h3, h4, h5, h6, p, figure, form, blockquote { margin: 0; }
ul, ol, li, dl, dd { margin: 0; padding: 0; }
ul, ol { list-style: none; }
input::-moz-placeholder, textarea::-moz-placeholder { color: #fff; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #fff; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #fff; }
.box-content{-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;}
body {background: #fff;}
.center {text-align: center;}
.txt_bold {font-weight: bold;}
a:focus, a:hover { text-decoration:none; outline: none;}
input { outline:none; }
.fr { float: right; } .fl { float: left; }
.t-l{text-align: left;}.t-c{text-align: center;}.t-r{text-align: right;}
.clear{clear:both; height: 0; line-height: 0; font-size: 0}
.an { transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-webkit-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;}
.img-width { max-width: 100%; height: auto!important; }
.clearfix:before, .clearfix:after {content:""; display:table;}   
.clearfix:after {clear:both;}   
.clearfix { *zoom:1;}
.jwlogo {display:none;}
.p30{padding-left: 10px;padding-right: 10px;}
/*public*/
.top {background: #ddd;width: 100%;}
.home {height: 33px;width: 40px;}
.home a {display: block;height: 33px;width: 40px;background: #1a79bc url(../images/home.png) no-repeat center;}
.home a:hover {background-color: #034d81;}

.top_r {padding-right: 15px;text-align: right;}
.top_r_a a {display: inline-block;padding:0 5px;height: 33px;line-height: 33px;color: #1a79bc;font-size: 12px;}
.top_r_a a.bg-b {background: #1a79bc;color: #fff;}
.top_r_a a.bg-b:hover {background-color: #034d81;}
.top_r_a a:hover {text-decoration: underline;}

.search_bar{position: absolute;top: 0px;right: 0; width: 0%;min-width: 40px;height:33px;overflow: hidden; -webkit-transition: width 0.3s; -moz-transition: width 0.3s; transition: width 0.3s; -webkit-backface-visibility: hidden; } 
.input{position: absolute;opacity: 0;filter: alpha(opacity=0);top: 0;right: 0;border: none;outline: none; width: 100%;text-indent: 12px; height:33px; line-height:33px;z-index: 10; font-size: 14px;color: #fff;background:#bbb;  } 
.search_ico,.search_btn  { width: 40px;height:33px;display: block; position: absolute;right: 0;top: 0; padding: 0;margin: 0;line-height:33px;cursor: pointer;background: transparent; } 
.search_ico{background-image: url(../images/se.png);background-repeat:no-repeat;background-position:center;text-align: center;z-index:90;text-indent: 20px;color: #fff;font-size: 14px;} 
.search_open{width: 228px!important; z-index:1002;} 
.search_open .input {opacity: 1;filter: alpha(opacity=100);}

.t_nav {background: url("../images/top-bg.png");width: 100%;height: 108px; position: relative;z-index: 999; border-bottom: 5px solid #171f97}

.logo_table {display: table;width: 100%;height: 70px;text-align: center;}
.logo_cell {display: table-cell;vertical-align: middle;}
.logo_cell img {max-width: 450px;width: 100%;height: auto;padding-top: 20px;}

.top_nav {margin-top: 0px; float: right}
.pc_menuCon li {float: left;position: relative;}
.pc_menuCon li a {display:block;padding:5px 12px;color: #023964;font-size: 18px;font-weight: bolder;text-align: center;}
.pc_menuCon > li:hover > a { color: #0074ce;} 


.pc_menuCon ul { position: absolute;left: 50%;display: none;width: 140px; margin: 0 0 0 -93px; padding:0;background: #171f97;list-style: none;}
.pc_menuCon ul li { width: 100%; float: left;background:transparent;height: 40px;line-height: 40px;border-bottom:1px solid #e9ecf0;}
.pc_menuCon ul li a {display:block;color:#fff;height: 40px;line-height: 40px;font-size: 12px;padding:0;text-align: center;border:none;font-weight: normal;}
.pc_menuCon ul li:hover {background: #0074ce;}
.pc_menuCon ul li:hover a {color: #fff;}

.top_nav2 { float: right; height: 30px;line-height: 30px;background: url("../images/top-nav.png") left center no-repeat;padding-left: 60px;padding-right: -15px!important;}
.t_search{float: left}
.top-an{float: left;padding: 0 15px;}
.top-an a{color: #5f8ff7}

.t_se {max-width: 120px;width: 100%;position: relative;padding-right: 30px;}
.se_txt {width: 100%;border: none;background: #113b99;height: 30px;line-height: 30px;text-indent: 10px;color: #5f8ff7;font-size: 12px;}
.se_sub {position: absolute;right: 0;top: 0;width: 30px;height: 30px;background: #1585dc url("../images/se.png") no-repeat 6px;color: #fff;} 

.tubiao{background: url("../images/tubiao-bg.jpg");height:320px; }
.tubiao ul li{width:25%;float: left;padding-top: 20px;height: 140px }
.tubiao .list-link {font-size: 14px;text-align: center;color: #fff;line-height: 40px}
.tubiao .icon_img {width: 80px;height: 80px;margin: auto;transition: all 0.4s;}
.tubiao .box:hover .icon_img {transform: scale(1.2);}
.tubiao .box:hover .title  {line-height: 60px;color: #F1FF8D}
.tubiao .box .title  {transition: all 0.4s;}

.banner {position: relative;width: 100%;}
.slide {position: relative;width: 100%;}
.slide .carouse{width:100%;overflow:hidden;position:relative}
.slide .slideItem .banner-img{width:100%;}
.slide .carouse .slideItem{width:100%;position:absolute;}
.slide .dotList{text-align: center; position: absolute;bottom:15px;right: 0; width: 100%;z-index: 88;}
.slide .dotList ul li{display: inline-block;*display:inline; zoom:1;width: 12px; height: 12px; background:url(../images/ardius_q.png) no-repeat center;margin-left: 10px; cursor: pointer;}
.slide .dotList ul li.active{background:url(../images/ardius_d.png) no-repeat center;}

.part01 {padding:15px 0;background: #fbfbfb url("../images/bg1.jpg") bottom center;}
.part01_l{position:relative;}
.part01_l_t { text-align: center;padding: 40px 0}
.part01_l_t img{width: 100%;max-width:611px; }
.part01_l .more{position:absolute;right:0;cursor: pointer;top:60px;background: #fff}
.part01_l .more a{color: #091876; font-weight: bolder}
.part01_l_list{}
.part01_l_list .a01{width: 100%;}
.part01_l_list .a03{width: 100%;}
.part01_l_list .a02{width: 100%;}
.part01_l_item { float: left;}
.part01_l_item .img {width: 100%;overflow: hidden;}
.part01_l_item .img img:hover{transform: scale(1.1);}
.part01_l_item .img img {width: 100%;height: auto;transition: all 0.4s;opacity: 1;}
.part01_l_item .title {padding: 12px 12px 0 12px;height: 42px;line-height: 30px;overflow: hidden;}
.part01_l_item .title a {font-size: 18px;color: #4e4e4e;font-weight: bold;}
.part01_l_item .des {padding: 0 12px;font-size: 16px;color: #9e9e9e;line-height: 24px;height: 50px;overflow: hidden;}
.part01_l_item .date {padding: 10px 12px 16px 12px;font-size: 12px;color: #091876;}
.part01_l_item:hover {border-color: #1a79bc;}
.part01_l_item:hover .title a {color: #d4993d;}
.part01_l_item:hover .content .box .des a {color: #fff;}
.part01_l_item:hover .content .box .date a {color: #fff;}
.part01_l_item .content{margin: 0px 25px;}
.part01_l_item .content .box{padding: 20px;background: #fff;box-shadow: 0 0 10px #ddd;min-height: 170px;transition: all 0.4s;}
.part01_l_item:hover .content .box{background: #1d2088;color: #fff}
.in_more a {display: block;width: 140px;height: 25px;background: #1a79bc;font-size: 14px;color: #fff;margin:20px auto 15px;line-height: 25px;text-align: center; border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;}
.in_more a:hover {background: #034d81;}

.part01_r_title {margin-bottom: -1px;}
.part01_r_title ul li {display: inline-block;font-size: 20px;color: #888888;font-weight: bold;line-height: 50px;border-bottom: 1px solid transparent;padding-right: 10px;margin-right: 10px;cursor:pointer;}
.part01_r_title ul li.cur {color: #16649b;border-bottom-color:#16649b; }
.part01_r_title ul li:hover {color: #16649b;border-bottom-color:#16649b; }
.part01_r_item {display: none;border-top:1px solid #e1e1e1; }
.part01_r_item dl {position: relative;padding:14px 0 14px 58px;border-bottom: 1px solid #e1e1e1;}
.part01_r_item dl dt {width: 43px;height: 47px;position: absolute;left: 5px;top: 12px;text-align: center;color: #fff;}
.part01_r_item dl dt h3 {width: 43px;height: 24px;line-height: 24px;font-size: 12px;background: #1fc8ff;font-weight: normal;}
.part01_r_item dl dt p {width: 43px;height: 24px;line-height: 24px;font-size: 12px;background: #0faaef;font-weight: normal;}
.part01_r_item dl dd {padding: 4px 0;}
.part01_r_item dl dd a{font-size: 14px;color: #6e6e6e;height:40px;overflow: hidden;display: block;line-height: 20px;}
.part01_r_item dl:hover dd a {color:#0faaef; }


.part02 {padding:60px 0;background: #3976bf url("../images/bg2.jpg") bottom center;}
.menu-title {padding-bottom: 45px;}
.menu-title-p {padding-top: 30px;}
.in-title {position: relative;padding-left: 0px;width: 100%;height: 26px;line-height: 26px;}
.in-title span {font-size: 22px;}
.in-title span img{width: 100%;max-width: 415px}
.menu-more {position:absolute;right:0;cursor: pointer;top:20px;color: #fff}
.menu-more a{color: #fff}
.menu-more:hover {color: #79c4f1;}


.news-listB-item {position: relative;padding:11px 7px 11px 85px;height: 97px;}
.news-listB-item .date {position: absolute;left: 0;top:11px;width: 70px;height:70px;text-align: center;background: #22a7ff;color: #fff;font-family: "Arial";}
.news-listB-item .date h3 {line-height: 42px;font-size: 48px;margin-top:8px;}
.news-listB-item .date p {font-weight: normal;line-height: 14px;font-size: 12px;font-weight: bold;}
.news-listB-item .info {}
.news-listB-item .info h3 {font-size: 15px;color: #fff;font-weight: bold;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;height: 24px;line-height: 24px;}
.news-listB-item .info div {font-size: 14px;color: #c2deff;line-height: 22px;height: 44px;overflow:hidden;margin-top: 3px;}
.news-listB-item:hover .info h3 {color: #19e7ff;}
.news-listB-item:hover .info div{color: #9bf7ff;}
.news-listB-item:hover .date {background: #19e7ff;}


.tu1, .tu2 {width: 50%; float: left;overflow: hidden}
.tu1 img, .tu2 img{width: 100%;max-height: 200px;transition: all 0.4s;opacity: 1;}
.tu1 img:hover, .tu2 img:hover{transform: scale(1.1);}

.tu3 {width: 100%;height: 320px;float: left;overflow: hidden}
.tu3 img{width: 100%;max-height: 290px;transition: all 0.4s;opacity: 1;}
.tu3 img:hover{transform: scale(1.1);}

.part03 {background: url(../images/bg3.jpg) top center no-repeat;padding-bottom: 80px;padding-top: 30px;background-size: cover;background-attachment: fixed;background-position: center center;}
.sec-title-white h3 {color: #fff;}
.map {margin-top: 30px;}
.map-con {position: relative;}
.map-con img {width: 100%;height: auto;}
.map-item {position: absolute;}
.map-item-a {left:70%;top: 21.25%;}
.map-item-b {left:84.7%;top: 67.8%;}
.map-item-c {left:12.8%;top: 54.48%;}
.map-item-d {left:16.3%;top: 21.34%;}
.map-item-e {left:34%;top: 29.20%;}
.map-item-f {left:41%;top: 71.3%;}
.map-item-title {font-size: 15px;color: #fff;}
.map-item-title i {display: inline-block;*display:inline;width: 0;height: 0;border-top:11px solid #fff; border-right:6px solid transparent;border-left:6px solid transparent;margin-right: 5px;}
.map-item-tap {background: #fff;position: absolute;top: -30px;left: 50%;margin-left: -50px;display: none;width:140px;height: 30px;text-align: center;line-height: 30px;}
.map-item-tap a {font-size: 14px;color: #db9b00;}
.map-item-tap a:hover {color: #ff0000;}
.map-item-title.on i {border-top-width:16px;}

.part04 {background: url(../images/bg05.jpg) no-repeat center;background-size:cover;position: relative;}
.fo-title {font-size: 24px;color: #fefeff;margin-bottom: 20px;}
.section-con {padding-top: 80px;}
.fo-map img {width: 100%;height: auto;}
.add-info {font-size: 14px;color: #fefefe;line-height: 26px;padding-bottom: 20px}
.add-info a{color: #fff}
.add-info a:hover{color: #94ecff}
.add-p {position: relative;margin-bottom: 15px;}
.add-p a {display: inline-block;*display:inline;padding-left:30px;margin-right:10px;color: #fefeff;font-size: 14px; }
.add-p a.b1 {background: url(../images/a1.png) no-repeat left center;}
.add-p a.b2 {background: url(../images/a2.png) no-repeat left center;}
.add-p a.b3 {background: url(../images/a3.png) no-repeat left center;}
.add-p a:hover {color: #ff0000;} 
.add-p span {display: none; width: 120px;height: 120px;position: absolute;bottom: 30px;left: 170px;}
.fo-r-lnk {margin-left: -8px;margin-right: -8px;}
.select {height: 25px;position: relative;width: 50%;float: left;padding-left: 8px;padding-right: 8px;}
.select p {padding: 0 20px;cursor: pointer; line-height: 25px;border-radius: 10px;-webkit-border-radius: 10px;-ms-border-radius:10px;background: #b8dcfa;font-size: 12px;color: #9e9c9c;position: relative;}
.select p i {display: block;position: absolute;right: 15px;top: 50%;margin-top: -2px; height: 0;width: 0;border-bottom: 4px solid #585757;border-left: 4px solid transparent;border-right: 4px solid transparent;}
.select ul {position: absolute;left: 0;bottom: 25px;width:100%;display: none;}
.select ul li {background: #37a3fd;line-height: 17px;border-radius: 10px;-webkit-border-radius: 10px;-ms-border-radius:10px;font-size: 12px;color: #9e9c9c;margin-bottom: 2px;padding:4px 15px;width:100%; }
.select ul li a {color:#666;display: block;}
.select ul li:hover {background: #666;}
.select ul li a:hover {color:#fff;}
.back-top {display: block;width: 52px;height: 45px;background: #1667ba url(../images/top.png) no-repeat center;margin-bottom:70px;text-align: center;position: absolute;left: 50%;margin-left: -26px;}
.back-top:hover {background-color:#666; }
.in-bottom {width: 100%;margin-top: 10px;}
.bottom .p1 {font-size: 16px;color: #fff;text-align: center;line-height: 30px;}
.bottom .p1 a {font-size: 16px;color: #fff;margin:0 25px;}
.bottom .p1 a:hover {color: #6dc4fb;}
.bottom .p2 {font-size: 12px;color: #c5e9ff;font-family:"SimSun";text-align: center;line-height: 0px;}
.bottom .p2 a {font-size: 12px;color: #c5e9ff;}
.bottom .p2 a:hover {text-decoration: underline;color: #fff;}

.ewm{width: 100%;text-align: center;padding-top: 70px;padding-bottom: 23px;}
.ewm img{width: 100%;max-width:835px; }


.p-banner {width: 100%;background-repeat:no-repeat;background-position:center;}
.p-banner img{width: 100%}

.page-main {    background: #f5f5f5;padding-top: 20px}
.in-main-con {padding-bottom: 0px;}
.pageCon > div{padding-left: 0;padding-right: 0;}
.pageCon {position: relative;}
.pageCon-left { position: absolute;left: 0;top: 0;height: 100%;background: #f7f7f7;}
.pageNav{margin-top: 0px;}
.pageNav-h {width: 100%;height: 60px;line-height: 60px;color: #fff;font-size: 18px;font-weight: normal;}
.pageNav-h a {display: block;background: #017cc0;color: #fff;font-size: 18px;padding:0 10px;}
.pageNav-ul ul {padding:0;}
.nav-one { display: block;border:1px solid #e6e6e6;border-top: none;border-left: none; line-height: 50px;background:#fefefe;position: relative;}
.nav-one a {display: block;position: relative;line-height: 20px;font-size: 14px;color: #017cc0;padding:15px 20px;}
.nav-one em {display: block; width: 4px;height: 100%;position: absolute;left: -4px;background: #f84d50;}
.nav-one.selected a {background: #113b99;color: #fff;}
.nav-one.selected em {background:#ff8e43;}
.nav-one a span {margin-right: 5px;}
.nav-one a:hover {background: #113b99;color: #fff;}
.nav-two {display: block;border:none;border-top: 1px solid #e6e6e6; line-height: 40px;background:#fbfbfb;}
.nav-two a {display: block;position: relative;line-height: 16px;font-size: 13px;color: #017cc0;padding:12px 20px 12px 30px;border:none;}
.nav-one .nav-two a {background: #fff;color:#017cc0;}
.nav-one .nav-two a:hover {background: #113b99;color: #fff;}
.nav-one .nav-two.parent a, .nav-one .nav-two.selected a {background: #171f97;color: #fff;}

.pageNav-ul ul ul .nav-two.selected a {background: #666;color: #fff;}
.pageNav-ul ul ul .nav-two a {padding-left: 60px;}
.pageNav-ul ul ul .nav-two a:hover {background: #666;color: #fff;}

.pageR {padding:5px 10px 30px;}
.pageR_t {width: 100%;height: 40px;overflow: hidden;position: relative;z-index: 9;}
.pageR_t p {display: block;float: left;font-size: 18px; color: #017cc0;height: 40px;line-height: 40px;position: relative;padding:0 10px;z-index: 999;}
.pageR_t_a {float: left;height: 40px;line-height: 40px;color: #999;font-size: 12px;padding:0 5px;}
.pageR_t_a a {color: #999;font-size: 12px;}
.pageR_t_a a:hover {color: #017cc0;}
.pageR .line {width: 100%;height: 2px;background: #017cc0;}

#news_list {margin:10px 0 40px 0;}
#news_list ul.news_ul li {padding: 10px 90px 10px 24px;line-height: 30px;height: 50px;position: relative;border-bottom: 1px solid #dedede;background: url(../images/li_i.png) 10px center no-repeat;}
#news_list ul.news_ul li a {display: block;width: 100%;height: 30px;line-height: 30px;font-size: 14px;color: #333;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
#news_list ul.news_ul li span {width: 80px;position: absolute;display: block;right: 0;top: 10px;height: 30px;line-height: 30px;font-size: 12px; color: #919191;text-align: center;}
#news_list ul.news_ul li:hover a {color: #017cc0;}

.p-list-item {position: relative;padding:15px 5px;}
.p-list-item .date {width: 40%;height: 32px;line-height: 32px;font-family:"Arial";color: #fff;text-align: center;margin-bottom: 10px;background: #0050a1;}
.p-list-item .date span {font-style: normal;display: block;float: left;width: 40%;border-right: 1px solid #ccc;font-size: 16px;}
.p-list-item .date em {font-style: normal;display: block;float: left;width: 60%;font-size: 14px;}
.p-list-item .text .title {display:block;color: #1f2f53;font-size: 20px;line-height: 30px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;font-weight: bolder} 
.p-list-item .text .info {color: #969696;font-size: 12px;font-family:"SimSun";margin-top: 5px;line-height: 24px;}
.p-list-item .text .info span {margin-right: 10px;}
.p-list-item:hover .text .info{color: #113b99}
.p-list-item:hover .text .des{color: #113b99}
.p-list-item .text .des {font-size: 14px;color: #434343;line-height: 22px;height: 66px;overflow: hidden;margin-top: 5px;}
.p-list-item .img {margin-top: 10px;}
.p-list-item:hover {background: #fff;}
.p-list-item:hover .text .title {color: #004480;}      
.p-list-item:hover .date {background: #0364b9;}


.pageR_img_list .row {margin-left: -5px;margin-right: -5px;}
.pageR_img_list .row .col {padding-left: 5px;padding-right: 5px;}
.pageR_img_item {margin-top: 10px;}
.pageR_img_item .img {width: 100%;overflow: hidden;}
.pageR_img_item .txt {height: 30px;line-height: 30px;padding:0 10px;border:1px solid #ccc;font-size: 14px;color: #343b69;text-align: center;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.pageR_img_item:hover {box-shadow:0 0 10px 3px #ccc;-webkit-box-shadow:0 0 10px 3px #ccc;-moz-box-shadow:0 0 10px 3px #ccc;}

.pageR_article {padding:20px 0 30px;}
.pageR_article .title {font-size: 30px;font-weight: bolder; color: #333;text-align: center;line-height: 45px;padding:25px 0;}
.pageR_article .infoA {font-size: 14px;color: #888;line-height: 24px;text-align: center;    background: #e6e6e6;}
.pageR_article .infoA span {display: inline-block;padding:5px 6px;}
.pageR_article .con {color: #222;font-size: 16px;line-height:30px;padding-bottom: 15px;margin-top: 25px;}
.pageR_article .con h1,
.pageR_article .con h2,
.pageR_article .con h3,
.pageR_article .con h4,
.pageR_article .con p {background: #f5f5f5!important;}
.pageR_article .con img {max-width: 100%!important;height: auto!important;}
/*----index----*/
.foot {position: relative;background: url(../images/bg05.jpg) no-repeat center;background-size:cover;padding:100px 0 0;}
.page-bottom {margin-top: 0px;}

.part05 {padding:10px 0 25px;}
.selectItem {height: 33px;color: #fff; background:#1a79bc;margin: 15px 0;}
.selectItem select {width: 100%;padding:0 10px;background:#1a79bc url(../images/creat.png) no-repeat 96% center;border:none;color: #fff;height: 33px;font-size: 14px;
appearance:none;
-moz-appearance:none; /* Firefox */
-webkit-appearance:none; /* Safari 和 Chrome */}
.selectItem option {width: 100%;padding:0;}
.part05_r_item {height: 33px;width: 100%;margin: 15px 0;}
.part05_r_item a {display: block;width: 100%;height: 33px;line-height: 33px;color: #fff;font-size: 14px;text-align: center;}
.part05_r_item_a {background: url(../images/link01.jpg) no-repeat center;}
.part05_r_item_b {background: url(../images/link02.jpg) no-repeat center;}
.part05_r_item_c {background: url(../images/link03.jpg) no-repeat center;}

.foot {background: #145e98 url(../images/fo_bg.jpg) no-repeat center;padding:70px 0 0;position: relative;border-top: 3px solid #d2d2d2;}
.fo_row {font-family:"宋体","SimSun";position: relative;padding-bottom: 60px;}
.fo_row dl {width: 50%;float: left;min-height: 122px;}
.fo_row dl dt {margin-bottom: 25px;}
.fo_row dl dt a {font-size: 12px;color: #fff;}
.fo_row dl dd {line-height: 32px;}
.fo_row dl dd a {font-size: 12px;color: #ddeaf5;}
.fo_row dl a:hover {opacity: 0.8;filter: alpha(opacity=80);}
.pc_ewm {position: absolute;left: 0;bottom: 45px;}
.pc_ewm_item {float: left;width: 130px;text-align: center;}
.pc_ewm_item img {width: 97px;height: 97px;}
.pc_ewm_item p {font-size: 12px;color: #fff;line-height: 40px;}
.fo_row_phone {position: relative;padding-bottom: 55px;}
.fo_row_phone ul li {float: left;width: 50%;text-align: center;height: 40px;line-height: 40px;}
.fo_row_phone ul li a {font-size: 14px;color: #fff;}
.phone_ewm {width: 260px;margin:25px auto 0;}
.back_top {position: absolute;left: 50%;top:-3px;width: 70px;height: 48px;margin-left: -35px;}
.back_top a {display: block;width: 70px;height: 48px;background:#2c84c3 url(../images/top.png) no-repeat center;}
.back_top a:hover {background-color:#0369b1 }
.bottom {background: #115687;padding:16px 0;font-family:"宋体","SimSun";}
.bo_l img {width: 100%;height: auto;}
.bo_r {padding:20px 0; font-size: 12px;color: #fff;text-align: center;line-height: 24px;}
/*----index----*/

.page_banner_pc {width: 100%;height: 375px;background: url(../images/page_banner_a.jpg) no-repeat center;background-size:cover;}
.page_banner_pc02 {background: url(../images/page_banner_b.jpg) no-repeat center;}
/*.page_banner_phone {width: 100%;position: relative;}
.page_banner_phone img {width: 100%;height: auto;}
.page_titleCon {width: 100%;height: 100%;position: relative;}
.page_title {height: 60px;font-size: 24px;line-height: 40px;color: #134d85;position: absolute;left: 15px;top: 50%;margin-top: -30px;}
.page_title span {display: inline-block; padding:10px 15px;background: rgba(255,255,255,0.8);border-radius: 10px;}*/

.page_con {background: #fff;}
.page_con .pageCon {margin-left: -15px;margin-right: -15px;}
.page_con .pageCon > div {padding-left: 15px;padding-right: 15px;}
.pageNav{margin-top: 0px;margin-bottom: 10px; padding-bottom:30px;}
.pageNav h3 {width: 100%;height: 60px;line-height: 58px;color: #fff;font-size: 18px;font-weight: normal; text-align: center;}
.pageNav h3 a {display: block;background: #171f97;color: #fff;font-size: 18px;}

.pageR {margin-top: 5px;margin-bottom: 30px;}
.pageR_t {width: 100%;height: 40px;overflow: hidden;position: relative;z-index: 9;}
.pageR_t p {display: block;float: left;font-size: 18px; color: #1a79bc;height: 40px;line-height: 40px;position: relative;padding:0 10px;z-index: 999;}
.pageR_t_a {float: right;height: 40px;line-height: 40px;color: #999;font-size: 12px;padding-right: 10px;}
.pageR_t_a a {color: #999;font-size: 12px;}
.pageR_t_a a:hover {color: #1a79bc;}
.pageR .line {width: 100%;height: 2px;background: #1a79bc;}


/* 超小屏幕（手机，小于 768px） */
/* 小屏幕（平板，大于等于 768px） */
@media screen and (min-width:768px) {
.container {padding-left: 0;padding-right: 0;position: relative;}
.top_r_a a {padding:0 10px;}
.search_open{width: 258px!important; z-index:1002;} 
.t_nav {padding-top: 0px;}
.logo_table {text-align: left;}
.pc_menuCon ul {width: 150px;}
.pc_menuCon li a {padding:5px 6px;font-size: 12px;font-weight: bolder}
.pc_menuCon ul li a {font-size: 12px;}
.slide .dotList{bottom:35px;}
.part04_item {width: 20%;}

.fo_row { }
.fo_row dl {width: 10%;}
.bo_r {text-align: right;}

.listR_tL {width: auto;}
.listR_tR {float:right;width: auto;}

	
.tubiao{background: url("../images/tubiao-bg.jpg");height:320px; }
.tubiao ul li{width:25%;float: left;padding-top: 20px;height: 140px }
.tubiao .list-link {font-size: 14px;text-align: center;color: #fff;line-height: 40px}
.tubiao .icon_img {width: 80px;height: 80px;margin: auto;transition: all 0.4s;}
.tubiao .box:hover .icon_img {transform: scale(1.2);}
.tubiao .box:hover .title  {line-height: 60px;color: #F1FF8D}
.tubiao .box .title  {transition: all 0.4s;}
.part01_l_list .a01{width: 30%;margin-top: 40px;}
.part01_l_list .a03{width: 30%;margin-top: 40px;}
.part01_l_list .a02{width: 40%;}
.part01_l_item .content{margin: 0px 5px;}
.add-info {font-size: 14px;color: #fefefe;line-height: 26px;}
	
.p-banner {background-position: center;}
.pageNav-h {text-align: center;}
.pageNav-ul {padding-left: 12px;}
.pageCon-left {border-left: 12px solid #017cc0;}/* page bg color */
.pageR_t_a {float: right;}
.listR_tL {width: auto;}
.listR_tR {float:right;width: auto;}

.pageNav ul li {float: left;width: 100%;}
.pageR {padding:0px 0 0 30px;}
.pageR-con {border-top:0px solid #ccc;border-left:0px solid #ccc;padding:0px 15px 40px;}
.pageR_news_list {margin:10px 0 40px;} 

.pageR_img_list .row {margin-left: -10px;margin-right: -10px;}
.pageR_img_list .row .col {padding-left: 10px;padding-right: 10px;}
.pageR_img_item {margin-top: 20px;}
	
.p-nav-newL a {}
.p-nav-newR {text-align: right;}
.p-list-item {padding:25px 0px 50px 145px;}
.p-list-item .date {position: absolute;width: 100px;height: 100px;left: 20px;top:30px;margin-bottom: 0;background: #849aad;color: #fff;}
.p-list-item .date span {width: 100%;border:none; height: 48px;line-height: 48px;font-size: 60px;margin-top: 15px;}
.p-list-item .date em {width: 100%;height: 25px;line-height: 25px;font-size: 16px;font-style: normal;}
.p-list-item .text .des {height: 44px;}
.p-list-item .img {position: absolute;top:25px;right: 25px;width: 175px;height: 120px;margin-top: 0;}
.p-right-article .title {font-size: 30px;}
.p-right-article .con {color: #000;font-size: 16px;}
.p-right-article .other {font-size: 16px;}
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media screen and (min-width:992px) {
.t_nav {padding-top: 0px;}
.pc_menuCon ul {width: 160px;}
.pc_menuCon li a {padding:5px 7px;font-size: 16px;font-weight: bolder}
.pc_menuCon ul li a {font-size: 12px;}
.part01_r_item dl {position: relative;padding:10px 0 10px 58px;}
.part05_row {margin-left: -28px;margin-right: -28px;}
.part05_row >div {padding-left: 28px;padding-right: 28px;}
.part05_l_row {margin-left: -8px;margin-right: -8px;}
.part05_l_row >div {padding-left: 8px;padding-right: 8px;}
.part05_r_row {margin-left: -8px;margin-right: -8px;}
.part05_r_row >div {padding-left: 8px;padding-right: 8px;}

.fo_row {padding-left: 40px;padding-right: 40px; }
.bo_r {padding:40px 0 0; }

.tubiao{background: url("../images/tubiao-bg.jpg");height:320px; }
.tubiao ul li{width:25%;float: left;padding-top: 20px;height: 140px }
.tubiao .list-link {font-size: 14px;text-align: center;color: #fff;line-height: 40px}
.tubiao .icon_img {width: 80px;height: 80px;margin: auto;transition: all 0.4s;}
.tubiao .box:hover .icon_img {transform: scale(1.2);}
.tubiao .box:hover .title  {line-height: 60px;color: #F1FF8D}
.tubiao .box .title  {transition: all 0.4s;}
	
.part01_l_list .a01{width: 30%;margin-top: 40px;}
.part01_l_list .a03{width: 30%;margin-top: 40px;}
.part01_l_list .a02{width: 40%;}
.part01_l_item .content{margin: 0px 5px;}
	.part01_l_item .content{margin: 0px 10px;}
	.add-info {font-size: 14px;color: #fefefe;line-height: 26px;}
}
/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media screen and (min-width:1200px) {
.container {width: 1200px;}
.pc_menuCon ul {width: 180px;}
.pc_menuCon li a {padding:5px 10px;font-size: 18px;font-weight: bolder}
.pc_menuCon ul li a {font-size: 14px;}
.part01_r_item dl {position: relative;padding:14px 0 14px 58px;}

.tubiao{background: url("../images/tubiao-bg.jpg");height:160px; }
.tubiao ul li{width:12.5%;float: left;padding-top: 20px }
.tubiao .list-link {font-size: 14px;text-align: center;color: #fff;line-height: 40px}
.tubiao .icon_img {width: 80px;height: 80px;margin: auto;transition: all 0.4s;}
.tubiao .box:hover .icon_img {transform: scale(1.2);}
.tubiao .box:hover .title  {line-height: 60px;color: #F1FF8D}
.tubiao .box .title  {transition: all 0.4s;}
	
.part01_l_list .a01{width: 30%;margin-top: 40px;}
.part01_l_list .a03{width: 30%;margin-top: 40px;}
.part01_l_list .a02{width: 40%;}
.part01_l_item .content{margin: 0px 10px;}
.add-info {font-size: 14px;color: #fefefe;line-height: 26px;}
}

/* 大屏幕（大桌面显示器，大于等于 1400px） */
@media screen and (min-width:1400px) {
.container {width: 1400px;}
.pc_menuCon ul {width: 180px;}
.pc_menuCon li a {padding:24px 20px;font-size: 18px;font-weight: bolder}
.pc_menuCon ul li a {font-size: 14px;}
.part01_r_item dl {position: relative;padding:14px 0 14px 58px;}
	
.tubiao{background: url("../images/tubiao-bg.jpg");height:160px; background-size:cover;}
.tubiao ul li{width:12.5%;float: left;padding-top: 20px }
.tubiao .list-link {font-size: 14px;text-align: center;color: #fff;line-height: 40px}
.tubiao .icon_img {width: 80px;height: 80px;margin: auto;transition: all 0.4s;}
.tubiao .box:hover .icon_img {transform: scale(1.2);}
.tubiao .box:hover .title  {line-height: 60px;color: #F1FF8D}
.tubiao .box .title  {transition: all 0.4s;}
	
.part01_l_list .a01{width: 30%;margin-top: 40px;}
.part01_l_list .a03{width: 30%;margin-top: 40px;}
.part01_l_list .a02{width: 40%;}
.part01_l_item .content{margin: 0px 25px;}
.add-info {font-size: 16px;color: #fefefe;line-height: 36px;}
}
